home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Complexity Measures Report
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Intermetrics, Inc.
- -- : 733 Concord Ave, Cambridge, MA 02138
- -- : Bill Toscano or Michael Gordon (author)
- -- : (617) 661-1840
- -- COPYRIGHT : (c) 1986, Intermetrics, Inc.
- -- DATE CREATED : 3/86
- -- DATE RELEASED : 3/86
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT : VAX/VMS/DEC Ada
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Complexity Measures
- -- CATEGORY LEVEL 3 : Compmeasures, Halstead, and McCabe
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Complexity
- -- INDEX : Complexity Measures
- -- INDEX : Measures, Complexity
- -- INDEX : Halstead
- -- INDEX : McCabe
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_05_1_3
- -- SEE ALSO : ABSTRACT
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>COMPM*.*
- -- FILE SPECS : PD:<ADA.METRICS>HALS*.*
- -- FILE SPECS : PD:<ADA.METRICS>MCCABE.*
- -- FILE SPECS : PD:<ADA.COMPONENTS>ABSTRACT.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- COMPMEAS.ABS 2349 51
- -- COMPMEAS.CMM 4098 109
- -- COMPMEAS.COM 1483 43
- -- COMPMEAS.PRO 2519 67
- -- COMPMEAS.SUB 703 20
- -- HALSTEAD.CMM 3490 76
- -- HALSTEAD.CO 969 70
- -- HALSTEAD.DOC 34907 1026
- -- HALSTEAD.ME 3950 102
- -- HALSTEAD.PL 2200 76
- -- HALSTEAD.PRO 2519 67
- -- HALSTEAD.SRC 1031145 30004
- -- HALSTEAD.TST 30606 751
- -- MCCABE.CNT 2187 27
- -- MCCABE.DOC 15250 344
- -- MCCABE.DSS 1864 27
- -- MCCABE.DST 4720 73
- -- MCCABE.GRM 38028 1412
- -- MCCABE.ME 4974 117
- -- MCCABE.PRO 2519 67
- -- MCCABE.RNO 8390 227
- -- MCCABE.SRC 432177 10835
- -- MCCABE.TST 56485 1914
- -- =============== ========== ==========
- -- 23 Files 1687532 47505
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- ABSTRACT.CMM 2263 57
- -- ABSTRACT.CO 2657 51
- -- ABSTRACT.PRO 3334 74
- -- ABSTRACT.SRC 572620 17976
- -- =============== ========== ==========
- -- 4 Files 580874 18158
- --= ABSTRACT ===============================================--
- -- The Complexity Measures Report will analyze program units for
- -- complexity as measured by Halstead and McCabe. The program unit and
- -- its complexity will be output to the default output file. If the
- -- measured complexity exceeds a desired maximum complexity, the program
- -- unit is flagged on the output listing.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 3/86 1.0 Intermetrics Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-